Avatar
@omochimetaru 先日のに関連してもう一つ質問よろしいですか? Routing <- Vapor <- MyProjectのように、MyProjectがVaporに依存し、VaporがRoutingに依存しています。 そして、 ParameterというprotocolがRoutingの中で宣言されています。 Vaporというpackageの中で先日お聞きしたような@_exportedやtypealiasは使われていなかったのですが、MyProjectで import Vaporとしただけで、Parameterという名前を使えるのが不思議です。 SwiftPMで依存しているライブラリの名前は全て展開されるということなのでしょうか? https://github.com/vapor/routing.git https://github.com/vapor/vapor.git
🚍 High-performance trie-node router. Contribute to vapor/routing development by creating an account on GitHub.
💧 A server-side Swift web framework. Contribute to vapor/vapor development by creating an account on GitHub.