Skip to content

Initial commit of libcerberus.#26

Merged
GoldenBadger merged 1 commit intodevelopfrom
feature/libcerberus-skeleton
Oct 4, 2017
Merged

Initial commit of libcerberus.#26
GoldenBadger merged 1 commit intodevelopfrom
feature/libcerberus-skeleton

Conversation

@GoldenBadger
Copy link
Copy Markdown
Contributor

Includes error_chain setup code and a very basic test + function example.

Includes error_chain setup code and a very basic test + function
example.
@GoldenBadger GoldenBadger requested a review from a team October 4, 2017 20:34
Comment thread Cargo.lock
"checksum libc 0.2.31 (registry+https://github.com/rust-lang/crates.io-index)" = "d1419b2939a0bc44b77feb34661583c7546b532b192feab36249ab584b86856c"
"checksum rustc-demangle 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "aee45432acc62f7b9a108cc054142dac51f979e69e71ddce7d6fc7adf29e817e"
"checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
"checksum winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Why did you do this rust, so ugly :(

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

It's designed to be "user readable", apparently :P. Anyway it's just used to keep state between all of the crates in the workspace.

Comment thread libcerberus/Cargo.toml
@@ -0,0 +1,7 @@
[package]
name = "cerberus"
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Should this be libcerberus? Since it seems to be referred to that in the top level workspace members.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

This is the name the crate will have when (if) it is published. Other parts of the project that depend on this will use the name cerberus. The directory it lives in is libcerberus however. I gave it that name to make it obviously the directory containing the library.

@GoldenBadger GoldenBadger merged commit ec232f6 into develop Oct 4, 2017
@GoldenBadger GoldenBadger deleted the feature/libcerberus-skeleton branch October 4, 2017 21:37
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.

3 participants