pastiche 0.1.0

A WIP library for exposing non public types, fields, and functions from a crate
Documentation
  • Coverage
  • 0%
    0 out of 2 items documented0 out of 2 items with examples
  • Size
  • Source code size: 12.81 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 91.8 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 6s Average build duration of successful builds.
  • all releases: 8s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • RedRam567
pastiche-0.1.0 has been yanked.

A WIP library for exposing non public types, fields, and functions from a crate.

The libraries I use often expose most of their lower level details but forget to mark a few structs or fields as public. Necessitating me to copy over the struct, a load of traits, all the methods I need, everything those traits and methods need to import, and all the crates they use. Just for me to be able to add "pub" in front of it.

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.