gpt4 book ai didi

rust - 使用命名空间而不是文件夹名称

转载 作者:行者123 更新时间:2023-11-29 08:05:24 25 4
gpt4 key购买 nike

假设我有一个项目:

foo-bar
| - lib.rs
| - ....

但是我不想要命名空间foo-bar,我只想要bar。无论如何要在 lib.rs 中指定它?显而易见的解决方案是将 foo-bar 重命名为 bar,但在这种情况下我不能这样做。

最佳答案

您可以在Cargo.toml 中指定库的名称,参见Cargo documentation .

[lib]
# The name of a target is the name of the library that will be generated. This
# is defaulted to the name of the package or project.
name = "foo"

关于rust - 使用命名空间而不是文件夹名称,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35419432/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com