Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
49983a5d6c | |||
![]() |
04c864d6a2
|
6
justfile
6
justfile
@@ -20,12 +20,10 @@ build:
|
|||||||
cargo build --all-features
|
cargo build --all-features
|
||||||
|
|
||||||
docs:
|
docs:
|
||||||
export RUSTDOCFLAGS="--cfg docsrs --generate-link-to-definition -Z unstable-options"
|
RUSTDOCFLAGS="--cfg docsrs -Z unstable-options --generate-link-to-definition" cargo +nightly doc --all-features
|
||||||
cargo +nightly doc --all-features
|
|
||||||
|
|
||||||
docs-html:
|
docs-html:
|
||||||
export RUSTDOCFLAGS="--cfg docsrs --generate-link-to-definition -Z unstable-options"
|
RUSTDOCFLAGS="--cfg docsrs -Z unstable-options --generate-link-to-definition" cargo +nightly doc --all-features --open
|
||||||
cargo +nightly doc --all-features --open
|
|
||||||
|
|
||||||
coverage:
|
coverage:
|
||||||
cargo llvm-cov nextest
|
cargo llvm-cov nextest
|
||||||
|
@@ -57,7 +57,7 @@
|
|||||||
//! println!("{:x?}", &ccsds_buf[0..6]);
|
//! println!("{:x?}", &ccsds_buf[0..6]);
|
||||||
//! ```
|
//! ```
|
||||||
#![no_std]
|
#![no_std]
|
||||||
#![cfg_attr(docsrs, feature(doc_auto_cfg))]
|
#![cfg_attr(docsrs, feature(doc_cfg))]
|
||||||
#[cfg(feature = "alloc")]
|
#[cfg(feature = "alloc")]
|
||||||
extern crate alloc;
|
extern crate alloc;
|
||||||
#[cfg(any(feature = "std", test))]
|
#[cfg(any(feature = "std", test))]
|
||||||
|
Reference in New Issue
Block a user