quanta 0.4.0

high-speed timing facility
Documentation
trigger: ["master"]
pr: ["master"]

jobs:
# Check the crate formatting.
- template: ci/azure-rustfmt.yml

# Actaully test the crate.
- template: ci/azure-test-stable.yml

# Test it to make sure it still works on our minimum version.
- template: ci/azure-test-minimum.yaml

# Now test it against nightly w/ ASM support.
- template: ci/azure-test-nightly.yml