Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

re-export dependent crates for easier usability #45

Closed
2 tasks done
dsietz opened this issue Jun 30, 2024 · 1 comment
Closed
2 tasks done

re-export dependent crates for easier usability #45

dsietz opened this issue Jun 30, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@dsietz
Copy link
Owner

dsietz commented Jun 30, 2024

Provide re-exports of the dependent crates so that developers do not need to extern and use dependencies in their own code.
Example

pub use scaffolding_macros::*;
use serde_derive::{Deserialize, Serialize};
use std::collections::BTreeMap;
  • Demonstrate that the client can build a Person object without having to import all the dependencies
  • Ensure the documentation is up to date
@dsietz dsietz added the enhancement New feature or request label Jun 30, 2024
@dsietz dsietz self-assigned this Jun 30, 2024
@dsietz dsietz changed the title re-export dependent crates for usability re-export dependent crates for easier usability Jun 30, 2024
dsietz added a commit that referenced this issue Jun 30, 2024
This was referenced Jun 30, 2024
@dsietz
Copy link
Owner Author

dsietz commented Jun 30, 2024

Release 2.0.0

@dsietz dsietz closed this as completed Jun 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant