tipc-std 0.1.0

TIPC standard library type provider
Documentation
  • Coverage
  • 88.89%
    24 out of 27 items documented0 out of 18 items with examples
  • Size
  • Source code size: 12.37 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 87.71 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 7s Average build duration of successful builds.
  • all releases: 7s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • jwkl

TIPC standard library type provider.

Provides the same API surface as trusty_std (TryClone, FallibleCString, Mutex, etc.) in a no_std environment backed by core + alloc. Both lk and x-kernel targets are no_std; the feature only selects syscall numbering.