use-containment 0.0.6

Containment traits and classifications for RustUse geometry
Documentation
  • Coverage
  • 100%
    9 out of 9 items documented1 out of 6 items with examples
  • Size
  • Source code size: 4.06 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 314.1 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 4s Average build duration of successful builds.
  • all releases: 4s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • RustUse/use-geometry
    1 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • CloudBranch

use-containment

Containment traits and classifications for the RustUse geometry workspace.

use-containment defines small shared vocabulary for inside, boundary, and outside relationships.

Example

use use_containment::Containment;

assert!(Containment::Boundary.is_contained());
assert!(!Containment::Outside.is_contained());