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

chore: convert package to library #136

Merged
merged 16 commits into from
Nov 15, 2022
Merged

chore: convert package to library #136

merged 16 commits into from
Nov 15, 2022

Conversation

kkafar
Copy link
Collaborator

@kkafar kkafar commented Nov 15, 2022

Description

Converted our crate to library format.

Linked issues

Resolves #30

Converting crate to a library also causes doctests to be auto run by cargo test ==> resolves #120

Important implementation details

  • Moved examples to external package - it resides in our repo, but it shall not be shipped when packaging. We should consider using include / exclude in Cargo.toml.
  • Fixed docs for aco & pso modules.
  • Added CI for new example crate.

@kkafar kkafar self-assigned this Nov 15, 2022
@kkafar kkafar marked this pull request as ready for review November 15, 2022 16:18
@kkafar kkafar merged commit dd2b282 into main Nov 15, 2022
@kkafar kkafar deleted the @kkafar/convert-to-library branch November 15, 2022 17:36
Copy link
Collaborator

@co012 co012 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add CI for documentation Change create to library
2 participants